net/http.Server.logf (method)

10 uses

	net/http (current package)
		server.go#L1137: 		w.conn.server.logf("http: response.WriteHeader on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
		server.go#L1142: 		w.conn.server.logf("http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
		server.go#L1158: 			w.conn.server.logf("http: invalid Content-Length of %q", cl)
		server.go#L1423: 		w.conn.server.logf("http: WriteHeader called with both Transfer-Encoding of %q and a Content-Length of %d",
		server.go#L1585: 			w.conn.server.logf("http: response.Write on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
		server.go#L1826: 			c.server.logf("http: panic serving %v: %v\n%s", c.remoteAddr, err, buf)
		server.go#L1857: 			c.server.logf("http: TLS handshake error from %s: %v", c.rwc.RemoteAddr(), err)
		server.go#L2911: 				sh.srv.logf("http: URL query contains semicolon, which is no longer a supported separator; parts of the query may be stripped when parsed; see golang.org/issue/25192")
		server.go#L3055: 				srv.logf("http: Accept error: %v; retrying in %v", err, tempDelay)
		server.go#L3193: func (s *Server) logf(format string, args ...any) {